home *** CD-ROM | disk | FTP | other *** search
INI File | 2009-10-07 | 8.0 KB | 178 lines |
- [Club]
- New manager ; Team.ManagerDaysAtClub < 7
- Low manager status ; Team.ManagerTrust < 2
- Stadium extension ; Team.StadiumExtensionLastWeek
- New investor ; Team.DaysSinceNewInvestor < 7
- Investor has quit ; Team.DaysSinceInvestorQuit < 7
- Training camp ; Team.IsInTrainingCamp
- Exceeded objectives ; Team.LeagueObjectiveStatus > 0
- Objectives not reached ; Team.LeagueObjectiveStatus < 0
- Champions ; Team.IsChampion
- Promoted team ; Team.IsPromoted
- Relegated team ; Team.IsRelegated
- Club founded ; Team.DaysSinceFoundation < 14
- Many injuries ; Team.NumInjuredPlayers > 5
- Atmosphere > 15 ; Team.Atmosphere > 15
- Atmosphere < 5 ; Team.Atmosphere < 5
- Among top 3 clubs ; Team.LeaguePositionRating < 3
- Among top 6 clubs ; Team.LeaguePositionRating < 6
- Among top 10 clubs ; Team.LeaguePositionRating < 10
- Not among top 10 clubs ; Team.LeaguePositionRating > 9
- [Match]
- Win ; Match.GoalDifference > 0
- Draw ; Match.GoalDifference == 0
- Loss ; Match.GoalDifference < 0
- Win by 1 goal ; Match.GoalDifference == 1
- Loss by 1 goal ; Match.GoalDifference == -1
- >5 goals in total ; Match.SumGoals > 5
- Win > 2 Goals ; Match.GoalDifference > 2
- Loss > 2 Goals ; Match.GoalDifference < -2
- Win > 4 Goals ; Match.GoalDifference > 4
- Loss > 4 Goals ; Match.GoalDifference < -4
- No goal conceded ; Match.NumGoalsConceded == 0
- No goal scored ; Match.NumGoalsScored == 0
- Extra-time ; Match.DecidedInExtraTime
- Penalty kicks ; Match.DecidedInPenalty
- Rain ; Match.WeatherRain
- Snow ; Match.WeatherSnow
- Derby ; Match.DerbyMatch
- Arch-Rival ; Match.RivalMatch
- Goal Difference < 3 ; Match.GoalDifference < 3
- One goal conceded ; Match.NumGoalsConceded == 1
- One goal scored ; Match.NumGoalsScored == 1
- Two goals conceded ; Match.NumGoalsConceded == 2
- Two goal scored ; Match.NumGoalsScored == 2
- >1 goal conceded ; Match.NumGoalsConceded > 1
- >1 goal scored ; Match.NumGoalsScored > 1
- [Competition]
- 1st leg (of 1 leg) ; Match.FirstOfOneLeg
- 1st leg (of 2 legs) ; Match.FirstOfTwoLeg
- 2nd leg ; Match.SecondOfTwoLeg
- Reached next cup round ; Competition.NextRoundReached
- Eliminated from competition ; Competition.NextRoundMissed
- Quarter-final ; Competition.IsQuarterFinal
- Semi-final ; Competition.IsSemiFinal
- Final ; Competition.IsFinal
- Not final ; Competition.IsFinal == 0
- League match ; Competition.IsLeagueMatch
- Friendly ; Competition.IsFriendly
- National cup ; Competition.IsNationalCup
- Continental cup ; Competition.IsContinentalCup
- National team match ; Competition.IsNationalTeamMatch
- World Champions ; Competition.IsWorldChampionship
- European Champions ; Competition.IsEuropeanChampionship
- Derby or arch-rival ; Match.RivalMatch
- Favourite opponent ; Match.FavouriteOpponent
- Bogey opponent ; Match.BogeyOpponent
- Home match ; Match.HomeMatch
- Top match ; Match.TopMatch
- Bottom match ; Match.BottomMatch
- Equal opponent ; Match.TeamRatingDifferenceAbs < 5
- Worse opponent ; Match.TeamRatingDifference > 10
- Opponent from lower division ; Match.OpponentLeagueDifference < 0
- First League ; Competition.LeagueLevel == 0
- Second League ; Competition.LeagueLevel == 1
- Not first league ; Competition.LeagueLevel > 0
- Non-friendly match ; Competition.IsFriendly == 0
- Already Played ; Match.AlreadyPlayed
- Not yet played ; Match.AlreadyPlayed == 0
- [Season]
- Leader of the table ; League.PositionLeader
- Not leader of the table ; League.PositionLeader == 0
- Leader of the table before matchday ; League.PositionLeaderLM
- Not leader of the table before matchday ; League.PositionLeaderLM == 0
- Opponents are leading the table ; League.PositionLeaderOpponent
- Relegation position ; League.PositionRelegation
- Not on relegation position before matchday ; League.PositionRelegationLM == 0
- Championship secured ; League.ChampionshipForSure
- Promotion position ; League.PositionPromotion
- Not on promotion position before matchday ; League.PositionPromotionLM == 0
- Promotion secured ; League.PromotionForSure
- Relegation unavoidable ; League.RelegationForSure
- Relegation not unavoidable ; League.RelegationForSure == 0
- Matchday = 1 ; League.Matchday == 1
- Matchday < 5 ; League.Matchday < 5
- Matchday > 5 ; League.Matchday > 5
- Matchday > 10 ; League.Matchday > 10
- Final 5 matchdays ; League.MatchdaysTillEnd < 5
- Not final 5 matchdays ; League.MatchdaysTillEnd >= 5
- Final matchday ; League.MatchdaysTillEnd == 1
- Final matchday of the first season half ; League.MatchdayBeforeHalfbreak == 1
- Exceeded season objective by >3 positions ; Team.LeagueObjectiveStatus > 3
- Reached season objective ; Team.LeagueObjectiveStatus >= 0
- Missed season objective by >3 positions ; Team.LeagueObjectiveStatus < -3
- Championship not secured ; League.ChampionshipForSure == 0
- Promotion not secured ; League.PromotionForSure == 0
- First third of the season ; League.SeasonThird == 0
- Middle third of the season ; League.SeasonThird == 1
- Final third of the season ; League.SeasonThird == 2
- Pre-season ; League.Matchday < 1
- Matchday = 18 ; League.Matchday == 18
- Last Opponent was leading the table ; League.PositionLeaderOpponentLM
- [Streaks]
- No match won ; Streaks.NumMatchesWonThisSeason == 0
- No match lost ; Streaks.NumMatchesLostThisSeason == 0
- Previous >2 matches won ; Streaks.NumMatchesWonInRow > 2
- Previous >2 matches lost ; Streaks.NumMatchesLostInRow > 2
- Unbeaten for > 4 matches ; Streaks.NumMatchesUnbeatenInRow > 4
- Winless for > 4 matches ; Streaks.NumMatchesNotWonInRow > 4
- No goal scored for >2 matches ; Streaks.NumMatchesWithNoGoalScoredInRow > 2
- No goal conceded for > 2 matches ; Streaks.NumMatchesWithNoGoalConcededInRow > 2
- [Transfers]
- Immediate transfer from own club; Transfer.ImmediateTransferFromOwnClub
- Immediate loan from own club; Transfer.ImmediateLoanFromOwnClub
- Transfer for summer window ; Transfer.SummerTransferFromOwnClub
- Transfer for winter window ; Transfer.WinterTransferFromOwnClub
- Contract extension ; Transfer.ContractExtension
- Youth signing ; Transfer.YouthSigning
- Contract offer ; Transfer.ContractOffer
- Contract running out ; Transfer.ContractRunningOut
- Player scouted ; Transfer.PlayerScouted
- Immediate transfer to own club; Transfer.ImmediateTransferToOwnClub
- Immediate loan to own club; Transfer.ImmediateLoanToOwnClub
- Contract offer to own player; Transfer.ContractOfferOwnPlayerLastWeek
- Contract offer to other player; Transfer.ContractOfferNotOwnPlayerLastWeek
- [Players]
- Short injury ; Player.InjuredSince < 7
- Long injury ; Player.InjuredFor > 28
- Scored ; Player.NumGoalsScored > 0
- Scored twice ; Player.NumGoalsScored > 1
- Scored three times ; Player.NumGoalsScored == 3
- Hattrick ; Player.Hattrick
- Scored >3 times ; Player.NumGoalsScored > 3
- Leads scorer table ; Player.ScorerTablePosition == 0
- First match for team ; Player.NumMatchesForTeam == 1
- Ban ; Player.GotRedCardLastMatch
- Highest salary ; Player.HasHighestSalary
- Player < 21 years ; Player.Age < 21
- Player > 33 years ; Player.Age > 33
- Against former team ; Player.AgainstFormerTeam
- Footballer of the Month ; Player.FootballerOfTheMonth
- Footballer of the Year ; Player.FootballerOfTheYear
- Top scorer last season ; Player.TopScorerLS
- Reha group ; Player.InReha
- Top Player ; Player.PlayerRatingLargerAvg > 3
- #Interesting Player ; Player.InterestingPlayer
- Good Player ; Player.PlayerRatingLargerAvg > 1
- Not good Player ; Player.PlayerRatingLargerAvg < -1
- Player is Goalkeeper ; Player.TeamPart == 0
- Player is Defender ; Player.TeamPart == 1
- Player is Midfielder ; Player.TeamPart == 2
- Player is Attacker ; Player.TeamPart == 3
- Player is RB ; Player.BestPosition == 2
- Player is LB ; Player.BestPosition == 3
- Player is CD ; Player.BestPosition == 4
- Player is SW ; Player.BestPosition == 5
- Player is RWB ; Player.BestPosition == 6
- Player is LWB ; Player.BestPosition == 7
- Player is ANC ; Player.BestPosition == 8
- Player is DM ; Player.BestPosition == 9
- Player is RM ; Player.BestPosition == 10
- Player is LM ; Player.BestPosition == 11
- Player is CM ; Player.BestPosition == 12
- Player is RW ; Player.BestPosition == 13
- Player is LW ; Player.BestPosition == 14
- Player is AM ; Player.BestPosition == 15
- Player is CF ; Player.BestPosition == 16
- Player is ST ; Player.BestPosition == 17
- Did not score ; Player.NumGoalsScored == 0